home *** CD-ROM | disk | FTP | other *** search
/ CD Ware Multimedia 1994 November / Cd Ware (Nro. 2) - Epimundo.iso / DOS / CM / PSRT_14.ZIP / README.DEV < prev    next >
Encoding:
Text File  |  1994-04-21  |  2.0 KB  |  40 lines

  1. ===============================================================================
  2.                  PacketSorter v1.4 object files and sources
  3. ===============================================================================
  4.  
  5. The information in this document is intended for those who want to make a new
  6. PacketSorter executable. You may wish to do so because you want newer versions
  7. of the free libraries used by PacketSorter to be linked. You may also want to
  8. try to build a PacketSorter executable that runs under another operating system
  9. than OS/2 or DOS, such as Linux or NextStep. I do not know if the latter is
  10. possible because I did not try it. The operating system must at least run
  11. with an i386 (or higher) because the object code files contain i386 code.
  12.  
  13. ! Note that you must not distribute PacketSorter in any form other than the
  14. ! distribution archives. If you link a new version of PacketSorter you may only
  15. ! use it for your own purposes.
  16.  
  17. The archives 'devobj.zip' contains the files needed to link the PacketSorter
  18. executable as well as the registration information transfer program. The
  19. object files included are Unix-style a.out object files
  20.  
  21. You will need the GNU class libraries iostream and libg++ to link PacketSorter.
  22.  
  23. You will at least have to implement (or steal) _envargs() and _splitargs()
  24. which are found in the EMX package if you do not use EMX.
  25.  
  26. Making the executables has only been tested with the EMX 0.8h ports of those
  27. libraries under OS/2 and the EMX port of GNU C++ under OS/2.
  28.  
  29. Assuming you have the GNU libraries and the GNU C++ compiler set up for your
  30. system, create a directory, put the files contained in devobj.zip in it and
  31. type 'make -f makefile.pst all'.
  32.  
  33. Maybe you have to modify the makefile to fit your systems needs.
  34.  
  35. After making the executables, you have to enter your registration settings (if
  36. you are registered) with the compiled register program executable. You'll have
  37. to do this each time you link a new PacketSorter executable.
  38.  
  39. Good luck!
  40.